home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nosvw137.zip / POP < prev    next >
Text File  |  1991-09-18  |  4KB  |  108 lines

  1. ===                                                 NOSview [137]
  2. pop
  3. ===
  4.  
  5. The Post Office Protocol (POP2), as defined in RFC 937, is a mail
  6. protocol designed for use in networks containing hosts that are
  7. normally turned off when they are not in use.  In this
  8. environment it is not possible for an SMTP mail server to deliver
  9. mail to these hosts because they are not always available.
  10.  
  11. The solution to this problem is to designate a mailbox server
  12. that is available to the network at all times and can accept SMTP
  13. mail for other hosts.  When a host comes on-line it uses POP2 to
  14. access the mail in its mailbox(es) on the mailbox server.
  15.  
  16. The advantage of using a POP server at an area mail gateway is
  17. that when mail arrives at the gateway for a station that may not
  18. be available, the gateway does not have to waste time trying to
  19. establish a connection with that station.  Instead it accepts the
  20. mail and places it in the addressee's mailbox, just as if the
  21. addressee were a normal user on the gateway system (that is, this
  22. is the same thing that is done with AX.25 BBSs).
  23.  
  24. The POP server requires one data file called POPUSERS.  See
  25. NOSfiles\POPUSERS for an example of this file.
  26.  
  27. POP2 is very simple protocol, with minimal error handling.  When
  28. an error is encountered, an error message is generated and then
  29. the connection is terminated.  You then have to re-establish a
  30. connection to continue.
  31.  
  32.  
  33. _________________________________________________________________
  34. pop kick
  35. _________________________________________________________________
  36. Kick the local POP client, to get mail from the server.
  37.  
  38.  
  39. _________________________________________________________________
  40. pop mailbox [<name>]
  41. _________________________________________________________________
  42. Display or set the name of the local mailbox that is to hold all
  43. of the mail received from the POP server.
  44.  
  45. Note that this mailbox <name>, like all DOS filenames, is limited
  46. to eight characters.  Also, <name> does NOT include a DOS path;
  47. all mail is placed in N:\SPOOL\MAIL, along with other mail placed
  48. there by SMTP.
  49.  
  50. >> Example:  pop mailbox sysop
  51.  
  52. The POP client does not write directly to the user's mailbox.
  53. Instead it creates a file MBOX.POP in the current directory and
  54. places all of the mail it receives in that file.  On completion
  55. it appends the contents of the file to the end of the mailbox
  56. when all mail has been collected from the mailbox server.
  57.  
  58. Normally this file is deleted after its contents have been
  59. transferred to the mailbox.  However, if the POP client is unable
  60. to access the mailbox (for example, if it is locked by SMTP),
  61. then MBOX.POP will remain in existence.  Any new mail gathered by
  62. the POP client will be appended to the end of MBOX.POP.  Then
  63. eventually when the mailbox becomes available the contents of
  64. MBOX.POP will be transferred to it.
  65.  
  66.  
  67. _________________________________________________________________
  68. pop mailhost [<host>]
  69. _________________________________________________________________
  70. Display or set the the POP server host.
  71.  
  72. >> Example:  pop mailhost ns9mai
  73.  
  74.  
  75. _________________________________________________________________
  76. pop quiet [on|off]                                   Default: off
  77. _________________________________________________________________
  78. Display or set the POP quiet flag.
  79.  
  80. This flag determines whether the bell sounds when the system
  81. announces that incoming mail has arrived.  When quiet is set to
  82. 'off' you hear the bell.
  83.  
  84. >> Example:  pop quiet on
  85.  
  86.  
  87. _________________________________________________________________
  88. pop timer [<seconds>]                                  Default: 0
  89. _________________________________________________________________
  90. Display or set the POP polling interval.  The local client will
  91. then poll the server for mail at the specified interval.
  92.  
  93. >> Example:  pop timer 600
  94.  
  95.  
  96. _________________________________________________________________
  97. pop userdata [<name> <password>]
  98. _________________________________________________________________
  99. Display or set the user data required by the POP server to
  100. validate the client's mail request.
  101.  
  102. Note that <name> and <password> are case sensitive.
  103.  
  104. When only 'pop userdata' is entered to show the values, only the
  105. <name> is shown.
  106.  
  107. >> Example:  pop userdata Mary POPpins           [..... groan!!!]
  108.